From 83271015b69331a58a321d80c594da0e7f3785d5 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Wed, 24 Jan 2001 12:30:54 +0000 Subject: [PATCH] (cleanall-other-dirs-nmake): (cleanall-other-dirs-gmake): New targets. (cleanall): Invoke them. --- nt/makefile.w32-in | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 7869a8f620e..01862ade8f3 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -196,7 +196,18 @@ clean-other-dirs-gmake: $(MAKE) $(MFLAGS) -C ../lisp clean $(MAKE) $(MFLAGS) -C ../leim clean -cleanall: clean +cleanall-other-dirs-nmake: + cd ..\lib-src + $(MAKE) $(MFLAGS) cleanall + cd ..\src + $(MAKE) $(MFLAGS) cleanall + cd ..\nt + +cleanall-other-dirs-gmake: + $(MAKE) $(MFLAGS) -C ../lib-src cleanall + $(MAKE) $(MFLAGS) -C ../src cleanall + +cleanall: clean cleanall-other-dirs-$(MAKETYPE) - $(DEL_TREE) obj - $(DEL_TREE) obj-spd - $(DEL_TREE) oo -- 2.30.2